body{
    background-color: beige;
}
.Title{
    border: solid;
    height: 200px;
    background-color: aquamarine;
}
a{
    color: black;
    text-decoration-line: none;
}
.Options{
    color: red;
}
.Tutorial{
    color: blue;
}
.Start{
    color: limegreen;
}
.About{
    color: yellow;
}